HsApplicationQuestionResponse 
Logical Entity Name  HsApplicationQuestionResponse 
Default Table Name  HsApplicationQuestionResponse 
Physical Only  NO 
Definition 
 
Note 
 

HsApplicationQuestionResponse Columns 
ColumnName  Domain  Datatype  NULL  Definition 
HsApplicationQuestionResponseID(PK)    int  NO 
 
Descrip    nvarchar(500)  NO 
 
HsApplicationQuestionID(FK)    int  NO 
 
AllowFreeText    bit  NO 
 
FreeTextRequiredField    bit  YES 
 
ResponseDataType    char(10)  YES 
 
ResponseNumber    int  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
Ts    timestamp  NO 
 

HsApplicationQuestionResponse Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_HsApplicationQuestionResponse_HsApplicationQuestionResponseID  PrimaryKey  HsApplicationQuestionResponseID 

HsApplicationQuestionResponse Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
HsApplicationQuestion  Non-Identifying  One To Zero or More  FK_HsApplicationQuestionResponse_HsApplicationQuestionID_HsApplicationQuestion_HsApplicationQuestionID      HsApplicationQuestionID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_HsApplicationQuestionResponse_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
HsStudentResponseComments  Non-Identifying  One To Zero or More  FK_HsStudentResponseComments_HsApplicationQuestionResponseID_HsApplicationQuestionResponse_HsApplicationQuestionResponseID        NO  YES 

HsApplicationQuestionResponse Check Constraints 
Check Constraint Name  CheckConstraint